home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Princeton Review - Algebra Smart
/
ALGEBRA.iso
/
pc
/
lessons
/
algm4.dir
/
00182_Script_scr 8a
< prev
next >
Wrap
Text File
|
1996-10-02
|
381b
|
16 lines
on mouseDown
global Hstart, Vstart
put the locH of sprite (the clickOn) into Hstart
put the locV of sprite (the clickOn) into Vstart
end
on mouseUp
global Hstart, Vstart
puppetsound "buzzer"
Swapcomment 58
puppetsprite (the clickOn), 1
set the locH of sprite (the clickOn) = Hstart
set the locV of sprite (the clickOn) = Vstart
updatestage
end